-
Notifications
You must be signed in to change notification settings - Fork 31
Extract TTSIM #1052
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extract TTSIM #1052
Conversation
…he web causes too much hassle.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## collect-components-of-namespaces #1052 +/- ##
=====================================================================
- Coverage 78.03% 60.65% -17.38%
=====================================================================
Files 180 107 -73
Lines 8039 3083 -4956
=====================================================================
- Hits 6273 1870 -4403
+ Misses 1766 1213 -553 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
MImmesberger
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not a huge fan of gettsim.tt, mainly because it's not immediately clear what the tt module is supposed to be. Maybe gettsim.ttsim_objects? Alternatively gettsim.core or gettsim.policy_objects?
As discussed, let's leave it at that for now -- can always change before the new release, after all, ttsim is only in alpha stage (but would have to change there, too). |
ae759f4
into
collect-components-of-namespaces
In sync with TTSIM PR 1, this leaves just GETTSIM in here.
Will also tackle #1003 in the process.